home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 12956 / 12956.xpi / chrome / fabtab.jar / content / fabtab / fabtab.xul < prev    next >
Extensible Markup Language  |  2009-08-04  |  630b  |  15 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE dialog SYSTEM "chrome://fabtab/locale/fabtab.dtd">
  3. <?xml-stylesheet href="chrome://fabtab/skin/fabtab.css" type="text/css"?>
  4. <overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml">
  5. <script type="application/x-javascript" src="chrome://fabtab/content/fabtab.js"/>
  6. <stringbundleset id="stringbundleset">
  7.     <stringbundle id="fabtab-string-bundle" src="chrome://fabtab/locale/fabtab.properties"/>
  8. </stringbundleset>
  9.  
  10. <window id="main-window">
  11.     <html:canvas id="fabtab-canvas" style="display: none;"/>
  12. </window>
  13.  
  14. </overlay>
  15.